'Declaration
Public Function GetValueForIndex( _ ByVal index As System.Integer _ ) As System.Object
'Usage
Dim instance As NDataSeries(Of T) Dim index As System.Integer Dim value As System.Object value = instance.GetValueForIndex(index)
public System.object GetValueForIndex( System.int index )
Parameters
- index